Skip to content

Bump version to 9.2.0#9

Merged
somanysteves merged 1 commit intomasterfrom
chore/bump-9.2.0
Apr 28, 2026
Merged

Bump version to 9.2.0#9
somanysteves merged 1 commit intomasterfrom
chore/bump-9.2.0

Conversation

@somanysteves
Copy link
Copy Markdown
Owner

Summary

  • Bumps @version and VERSION := strings from 9.1.0 to 9.2.0 across
    all source files (13 files, 15 line changes — pure string swap).
  • Release prep for cutting v9.2.0 with the perf bench harness, tiling
    speedups, and view-switch async hide/show that landed in PR Perf: bench harness + view-switch / tiling speedups #8 (merged
    as c81c036). Previous fork release was v9.1.0; source has been on
    9.1.0 since that tag.

Test plan

  • build.ps1 green (both bugn.exe and bugn-bench.exe compile)
  • test.bat — 38/38 unit tests pass

Cuts a release containing the new perf bench harness, DeferWindowPos
batching in Tiler_stackTiles, ShowWindowAsync hide/show in
Monitor_activateView, deferred Manager_validateAlive, and the
PR-review follow-up fixes.

Previous tag in this fork was v9.1.0 (first release from
somanysteves/bug.n, bundling upstream's post-v9.0.2 work and
fork-specific changes).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 28, 2026 21:38
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the codebase for the v9.2.0 release by updating embedded version strings in the AutoHotkey sources (including both the main bugn.exe entry point and the bugn-bench.exe perf harness entry point).

Changes:

  • Bumped @version headers from 9.1.09.2.0 across core src/*.ahk modules.
  • Updated runtime VERSION := constants in src/Main.ahk and src/Bench_main.ahk to 9.2.0.

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/App.ahk Update @version header to 9.2.0
src/Bar.ahk Update @version header to 9.2.0
src/Bench_main.ahk Update @version header and VERSION := constant to 9.2.0
src/Config.ahk Update @version header to 9.2.0
src/Debug.ahk Update @version header to 9.2.0
src/Main.ahk Update @version header and VERSION := constant to 9.2.0
src/Main_evalCommand.ahk Update @version header to 9.2.0
src/Manager.ahk Update @version header to 9.2.0
src/Monitor.ahk Update @version header to 9.2.0
src/ResourceMonitor.ahk Update @version header to 9.2.0
src/Tiler.ahk Update @version header to 9.2.0
src/View.ahk Update @version header to 9.2.0
src/Window.ahk Update @version header to 9.2.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@somanysteves somanysteves merged commit 3e2d641 into master Apr 28, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants